home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / glibc108.gz / glibc108 / glibc-1.08.1 / aclocal.m4 < prev    next >
Text File  |  1993-05-07  |  508b  |  13 lines

  1. dnl We define the macro GLIBC_PROVIDES to do an AC_PROVIDE for each macro
  2. dnl which appears in configure.in before the sysdep configure scripts are run.
  3. dnl Each sysdep configure.in does GLIBC_PROVIDES first, to avoid any
  4. dnl AC_REQUIREs or AC_BEFOREs duplicating their code.
  5. dnl
  6. define([GLIBC_PROVIDES], [dnl
  7. AC_PROVIDE([AC_PROG_INSTALL])dnl
  8. AC_PROVIDE([AC_PROG_RANLIB])dnl
  9. AC_PROVIDE([AC_PROG_CC])dnl
  10. AC_PROVIDE([AC_PROG_CPP])dnl
  11. # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
  12. ])dnl
  13.